From 0ebffa112dd96ca6f8542d6658ff55556992025e Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 5 May 2006 14:25:03 +0000 Subject: [PATCH] Whack dead variables. --- gpsbabel/tiger.c | 1 - gpsbabel/xcsv.c | 1 - 2 files changed, 2 deletions(-) diff --git a/gpsbabel/tiger.c b/gpsbabel/tiger.c index fb3575422..ab0953d82 100644 --- a/gpsbabel/tiger.c +++ b/gpsbabel/tiger.c @@ -45,7 +45,6 @@ static char *oldmarker = NULL; static char *newmarker = NULL; static char *unfoundmarker = NULL; -static int scalev; static int short_length; static double thresh_days; diff --git a/gpsbabel/xcsv.c b/gpsbabel/xcsv.c index 321299eac..72e77b113 100644 --- a/gpsbabel/xcsv.c +++ b/gpsbabel/xcsv.c @@ -330,7 +330,6 @@ xcsv_parse_style_line(const char *sbuff) } else if (ISSTOKEN(sbuff, "IFIELD")) { - int nodelim = 0; key = val = pfc = NULL; s = csv_lineparse(&sbuff[6], ",", "", linecount); -- 2.30.2